| Name |
Look like |
How it works |
| Lesson 2 |
| HTML |
<HTML></HTML> |
This code shall be irst and last in a
htmlpage. The computer need it to understand its a htmlpage. Some browser dont need it but
in this school we do it in the rigth way. |
| HEAD |
<HEAD></HEAD> |
All htmldocuments are separated in to parts
and the one in top is HEAD. It means header |
| BODY |
<BODY></BODY> |
BODY got the rest of the document. See HEAD |
| Lesson 3 |
| Hx |
<Hx></Hx> |
H stands for heading and you can use 1-6 to
chose the size och the headline. |
| P |
<P></P> |
P Stands for paragraph. If you want to
separates text in paragraphs. |
| BR |
<BR> |
If you want to brake a line in a particual
place use BR. You dont need to make a stop-BR. |
| Lesson 4 |
|
|
| STRONG |
|
|
| VAR |
|
|
| CITE |
|
|
| BLOCKQUOTE |
|
|
| ADDRESS |
|
|
| EM |
|
|
| SAMP |
|
|
| KDB |
|
|
| DFN |
|
|
| CODE |
|
|
| BIG |
|
|
| SMALL |
|
|
| B |
|
|
| I |
|
|
| PRE |
|
|
| TT |
|
|
| Lesson 5 |
|
|
| HR |
|
|
| ALIGN |
|
|
| CENTER |
|
|
| Lesson 6 |
|
|
| |
|
|
| Lesson 7 |
|
|
| |
|
|
| Lesson 8 |
|
|
| |
|
|
| Lesson 9 |
|
|
| |
|
|